@charset "UTF-8";
/* line 3, ../sass/_public.scss */
.window768 {
  background: black;
  opacity: 0.7;
  width: 100% !important;
  height: 100% !important;
  display: none;
}

/* line 11, ../sass/_public.scss */
.pic768, .pic320 {
  display: block;
  width: 300px !important;
  height: 249px !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -124.5px;
  margin-left: -150px;
  background: black;
}

/* line 22, ../sass/_public.scss */
.pic320 {
  width: 200px !important;
  height: auto !important;
  margin-left: -100px;
  margin-top: -50px;
  display: none;
}
/* line 28, ../sass/_public.scss */
.pic320 img {
  width: 100%;
}
@media only all and (max-width: 640px) {
  /* line 22, ../sass/_public.scss */
  .pic320 {
    display: block;
  }
}

@media only all and (max-width: 320px) {
  /* line 35, ../sass/_public.scss */
  .mean-container a.meanmenu-reveal {
    padding: 12px 15px 11px 13px;
  }
}

@media only all and (max-width: 320px) {
  /* line 46, ../sass/_public.scss */
  .mean-container .mean-bar {
    height: 52px;
  }
}

@media only all and (max-width: 320px) {
  /* line 52, ../sass/_public.scss */
  .mean-container .mean-nav {
    margin-top: 52px;
  }
}

@media only all and (max-width: 640px) {
  /* line 58, ../sass/_public.scss */
  #fullpage {
    display: none;
  }
}

/* line 64, ../sass/_public.scss */
#fullpage2 {
  display: none;
}
@media only all and (max-width: 640px) {
  /* line 64, ../sass/_public.scss */
  #fullpage2 {
    display: block;
  }
}

/* line 71, ../sass/_public.scss */
.fp-controlArrow.fp-prev {
  left: 10%;
}
@media only all and (max-width: 1024px) {
  /* line 71, ../sass/_public.scss */
  .fp-controlArrow.fp-prev {
    left: 0%;
  }
}

/* line 78, ../sass/_public.scss */
.fp-controlArrow.fp-next {
  right: 10%;
}
@media only all and (max-width: 1024px) {
  /* line 78, ../sass/_public.scss */
  .fp-controlArrow.fp-next {
    right: 0%;
  }
}

/* line 85, ../sass/_public.scss */
#scroll-nav {
  display: none;
  width: 125px;
  height: 260px;
  position: fixed;
  z-index: 99999999999999999999999;
  top: 35%;
  right: 3%;
  list-style-type: disc;
}
/* line 94, ../sass/_public.scss */
#scroll-nav li {
  margin-bottom: 20px;
}
/* line 96, ../sass/_public.scss */
#scroll-nav li a {
  color: #333;
  font-size: 18px;
  font-weight: bolder;
}

/* line 105, ../sass/_public.scss */
.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
/* line 112, ../sass/_public.scss */
.bg img {
  width: 100%;
  height: 100%;
}

/* line 118, ../sass/_public.scss */
.bg-top {
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: -1;
}
/* line 123, ../sass/_public.scss */
.bg-top img {
  width: 100%;
  height: 100%;
}

/* line 129, ../sass/_public.scss */
.bg-bottom {
  width: 100%;
  height: 50%;
  position: absolute;
  z-index: -1;
  top: 50%;
}
/* line 135, ../sass/_public.scss */
.bg-bottom img {
  width: 100%;
  height: 100%;
}

/* line 140, ../sass/_public.scss */
.nuts-wrapper {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
  background: #E0F8E0;
}

/* line 148, ../sass/_public.scss */
.gallery-picture {
  float: left;
  width: 50%;
  height: 100%;
  display: inline-block;
  background: url("../images/gallery_banner.jpg")/*tpa=http://shlianglong.com/common/images/gallery_banner.jpg*//*tpa=http://www.stdfood.com.cn/images/gallery_banner.jpg*/ center center no-repeat;
}

/* line 156, ../sass/_public.scss */
.gallery-content {
  float: left;
  width: 50%;
  height: 100%;
  display: inline-block;
  background: url("../images/gallery_bg.jpg")/*tpa=http://shlianglong.com/common/images/gallery_bg.jpg*//*tpa=http://www.stdfood.com.cn/images/gallery_bg.jpg*/ center center no-repeat;
  padding-right: 150px;
  *padding-right: 0px;
}
/* line 164, ../sass/_public.scss */
.gallery-content .content {
  width: 555px;
  position: relative;
  margin-top: 22%;
  margin-left: 15%;
}
@media only all and (max-width: 1366px) {
  /* line 164, ../sass/_public.scss */
  .gallery-content .content {
    margin-top: 20%;
    margin-left: 10%;
  }
}
@media only all and (max-width: 1024px) {
  /* line 164, ../sass/_public.scss */
  .gallery-content .content {
    width: 420px;
    margin-left: 9%;
    margin-top: 25%;
  }
}
/* line 179, ../sass/_public.scss */
.gallery-content .title {
  font-size: 40px;
  color: #00844a;
  font-weight: 800;
}
@media only all and (max-width: 1440px) {
  /* line 179, ../sass/_public.scss */
  .gallery-content .title {
    font-size: 32px;
  }
}
@media only all and (max-width: 1280px) {
  /* line 179, ../sass/_public.scss */
  .gallery-content .title {
    font-size: 30px;
  }
}
/* line 191, ../sass/_public.scss */
.gallery-content .gallery-list {
  *zoom: 1;
  margin-top: 30px;
}
/* line 38, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.gallery-content .gallery-list:after {
  content: "";
  display: table;
  clear: both;
}
@media only all and (max-width: 1366px) {
  /* line 191, ../sass/_public.scss */
  .gallery-content .gallery-list {
    margin-top: 15px;
  }
}
/* line 198, ../sass/_public.scss */
.gallery-content .gallery-list li {
  float: left;
  margin-right: 40px;
}
/* line 202, ../sass/_public.scss */
.gallery-content .gallery-list li a {
  display: block;
}
/* line 206, ../sass/_public.scss */
.gallery-content .gallery-list li a img {
  width: 100%;
  *width: auto;
}
@media only all and (max-width: 1366px) {
  /* line 206, ../sass/_public.scss */
  .gallery-content .gallery-list li a img {
    width: 98px;
  }
}
/* line 213, ../sass/_public.scss */
.gallery-content .gallery-tabs-container {
  position: relative;
  overflow: hidden;
  margin-top: 15px;
}
/* line 218, ../sass/_public.scss */
.gallery-content .gallery-content-list {
  line-height: 30px;
  font-size: 16px;
  color: #5e5e5e;
}
@media only all and (max-width: 1440px) {
  /* line 218, ../sass/_public.scss */
  .gallery-content .gallery-content-list {
    font-size: 15px;
  }
}
@media only all and (max-width: 1366px) {
  /* line 218, ../sass/_public.scss */
  .gallery-content .gallery-content-list {
    line-height: 26px;
    font-size: 14px;
  }
}

/* line 233, ../sass/_public.scss */
.first-content {
  width: 50%;
  height: 100%;
  position: relative;
  display: inline-block;
  float: left;
  background: url("../images/oil_bg.jpg")/*tpa=http://shlianglong.com/common/images/oil_bg.jpg*//*tpa=http://www.stdfood.com.cn/images/oil_bg.jpg*/ center center no-repeat;
}
/* line 240, ../sass/_public.scss */
.first-content .content {
  width: 480px;
  height: 190px;
  margin: 0 auto;
  margin-top: 40%;
}
@media only all and (max-width: 1024px) {
  /* line 240, ../sass/_public.scss */
  .first-content .content {
    margin-top: 50%;
  }
}
/* line 249, ../sass/_public.scss */
.first-content .title {
  font-size: 36px;
  text-align: center;
  font-weight: 800;
  color: #e67a22;
}
@media only all and (max-width: 1440px) {
  /* line 249, ../sass/_public.scss */
  .first-content .title {
    font-size: 36px;
    line-height: 30px;
  }
}
/* line 261, ../sass/_public.scss */
.first-content .text {
  font-size: 25px;
  text-align: center;
  line-height: 45px;
  padding-top: 25px;
  color: #5e5e5e;
  font-weight: 800;
}
@media only all and (max-width: 1280px) {
  /* line 261, ../sass/_public.scss */
  .first-content .text {
    font-size: 20px;
  }
}

/* line 274, ../sass/_public.scss */
.first-picture {
  float: right;
  width: 50%;
  height: 100%;
  display: inline-block;
  background: url("../images/oil_banner1.jpg")/*tpa=http://shlianglong.com/common/images/oil_banner1.jpg*//*tpa=http://www.stdfood.com.cn/images/oil_banner1.jpg*/ center center no-repeat;
}
@media only all and (max-width: 1440px) {
  /* line 274, ../sass/_public.scss */
  .first-picture {
    background: url("../images/1440/oil_banner1_1440.jpg")/*tpa=http://shlianglong.com/common/images/1440/oil_banner1_1440.jpg*//*tpa=http://www.stdfood.com.cn/images/1440/oil_banner1_1440.jpg*/ center center no-repeat;
    background-size: cover;
  }
}

/* line 287, ../sass/_public.scss */
.trusted-picture {
  float: left;
  width: 50%;
  height: 100%;
  display: inline-block;
  background: url("../images/truck_banner.jpg")/*tpa=http://shlianglong.com/common/images/truck_banner.jpg*//*tpa=http://www.stdfood.com.cn/images/truck_banner.jpg*/ center center no-repeat;
}

/* line 295, ../sass/_public.scss */
.trusted-content {
  float: left;
  width: 50%;
  height: 100%;
  display: inline-block;
  background: url("../images/truck_bg.jpg")/*tpa=http://shlianglong.com/common/images/truck_bg.jpg*//*tpa=http://www.stdfood.com.cn/images/truck_bg.jpg*/ center center no-repeat;
}
/* line 301, ../sass/_public.scss */
.trusted-content .content {
  width: 670px;
  position: relative;
  padding-top: 30%;
  margin-left: 15%;
}
@media only all and (max-width: 1600px) {
  /* line 301, ../sass/_public.scss */
  .trusted-content .content {
    width: 590px;
  }
}
@media only all and (max-width: 1440px) {
  /* line 301, ../sass/_public.scss */
  .trusted-content .content {
    width: 550px;
    margin-left: 12%;
    padding-top: 25%;
  }
}
@media only all and (max-width: 1366px) {
  /* line 301, ../sass/_public.scss */
  .trusted-content .content {
    width: 470px;
    padding-top: 25%;
  }
}
@media only all and (max-width: 1280px) {
  /* line 301, ../sass/_public.scss */
  .trusted-content .content {
    width: 460px;
  }
}
@media only all and (max-width: 1024px) {
  /* line 301, ../sass/_public.scss */
  .trusted-content .content {
    width: 380px;
    padding-top: 40%;
    margin-left: 10%;
  }
}
/* line 327, ../sass/_public.scss */
.trusted-content .slogan {
  color: #bc2626;
  font-size: 40px;
  font-weight: 800;
}
@media only all and (max-width: 1440px) {
  /* line 327, ../sass/_public.scss */
  .trusted-content .slogan {
    font-size: 36px;
  }
}
@media only all and (max-width: 1024px) {
  /* line 327, ../sass/_public.scss */
  .trusted-content .slogan {
    font-size: 32px;
  }
}
/* line 338, ../sass/_public.scss */
.trusted-content .text {
  font-size: 20px;
  color: #5e5e5e;
  line-height: 40px;
  padding-top: 25px;
}
@media only all and (max-width: 1440px) {
  /* line 338, ../sass/_public.scss */
  .trusted-content .text {
    font-size: 16px;
    line-height: 35px;
  }
}
@media only all and (max-width: 1024px) {
  /* line 338, ../sass/_public.scss */
  .trusted-content .text {
    line-height: 35px;
    text-justify: auto;
    text-align: justify;
    -webkit-text-align-last: justify;
  }
}

/* line 356, ../sass/_public.scss */
.reputation-content {
  width: 50%;
  height: 100%;
  display: inline-block;
  float: left;
  background: url("../images/reputation_bg.jpg")/*tpa=http://shlianglong.com/common/images/reputation_bg.jpg*//*tpa=http://www.stdfood.com.cn/images/reputation_bg.jpg*/ center center no-repeat;
}
/* line 362, ../sass/_public.scss */
.reputation-content .content {
  width: 660px;
  margin-left: 15%;
  padding-top: 30%;
}
@media only all and (max-width: 1440px) {
  /* line 362, ../sass/_public.scss */
  .reputation-content .content {
    width: 550px;
    padding-top: 25%;
    margin-left: 12%;
  }
}
@media only all and (max-width: 1366px) {
  /* line 362, ../sass/_public.scss */
  .reputation-content .content {
    width: 490px;
  }
}
@media only all and (max-width: 1280px) {
  /* line 362, ../sass/_public.scss */
  .reputation-content .content {
    width: 482px;
    padding-top: 30%;
  }
}
@media only all and (max-width: 1024px) {
  /* line 362, ../sass/_public.scss */
  .reputation-content .content {
    width: 380px;
    margin-left: 10%;
    padding-top: 40%;
  }
}
/* line 384, ../sass/_public.scss */
.reputation-content .slogan {
  font-size: 40px;
  font-weight: 800;
  color: #5178d0;
}
@media only all and (max-width: 1440px) {
  /* line 384, ../sass/_public.scss */
  .reputation-content .slogan {
    font-size: 36px;
  }
}
/* line 392, ../sass/_public.scss */
.reputation-content .text {
  font-size: 20px;
  color: #5e5e5e;
  line-height: 40px;
  padding-top: 25px;
}
@media only all and (max-width: 1440px) {
  /* line 392, ../sass/_public.scss */
  .reputation-content .text {
    font-size: 17px;
    line-height: 35px;
  }
}
@media only all and (max-width: 1366px) {
  /* line 392, ../sass/_public.scss */
  .reputation-content .text {
    padding-top: 20px;
    font-size: 15px;
  }
}
@media only all and (max-width: 1280px) {
  /* line 392, ../sass/_public.scss */
  .reputation-content .text {
    font-size: 15px;
  }
}
/* line 409, ../sass/_public.scss */
.reputation-content .first-list {
  width: 100%;
  border-top: 1px #e5e4e4 solid;
  border-bottom: 1px #e5e4e4 solid;
  margin-top: 50px;
  padding: 35px 0px 35px 0px;
  overflow: hidden;
  *zoom: 1;
}
@media only all and (max-width: 1440px) {
  /* line 409, ../sass/_public.scss */
  .reputation-content .first-list {
    width: 80%;
    padding: 25px 0px 25px 0px;
  }
}
@media only all and (max-width: 1366px) {
  /* line 409, ../sass/_public.scss */
  .reputation-content .first-list {
    margin-top: 35px;
    padding: 10px 0px 10px 0px;
    margin-top: 20px;
  }
}
@media only all and (max-width: 1024px) {
  /* line 409, ../sass/_public.scss */
  .reputation-content .first-list {
    width: 100%;
  }
}
/* line 429, ../sass/_public.scss */
.reputation-content .first-list-logo {
  float: left;
  margin: 0px 25px;
  width: 125px;
  height: 150px;
}
@media only all and (max-width: 1600px) {
  /* line 429, ../sass/_public.scss */
  .reputation-content .first-list-logo {
    width: 110px;
    margin: 0px 10px;
  }
}
@media only all and (max-width: 1024px) {
  /* line 429, ../sass/_public.scss */
  .reputation-content .first-list-logo {
    width: 20%;
    height: auto;
  }
}
/* line 442, ../sass/_public.scss */
.reputation-content .first-list-logo img {
  width: 100%;
  *width: auto;
  height: 100%;
}
@media only all and (max-width: 1366px) {
  /* line 442, ../sass/_public.scss */
  .reputation-content .first-list-logo img {
    width: 104px;
    height: auto;
  }
}
@media only all and (max-width: 1024px) {
  /* line 442, ../sass/_public.scss */
  .reputation-content .first-list-logo img {
    width: 100%;
    height: 100%;
  }
}

/* line 458, ../sass/_public.scss */
.reputation-picture {
  float: left;
  width: 50%;
  height: 100%;
  display: inline-block;
  background: url("../images/reputation_banner.jpg")/*tpa=http://shlianglong.com/common/images/reputation_banner.jpg*//*tpa=http://www.stdfood.com.cn/images/reputation_banner.jpg*/ center center no-repeat;
}
@media only all and (max-width: 1440px) {
  /* line 458, ../sass/_public.scss */
  .reputation-picture {
    background: url("../images/1440/reputation_banner_1440.jpg")/*tpa=http://shlianglong.com/common/images/1440/reputation_banner_1440.jpg*//*tpa=http://www.stdfood.com.cn/images/1440/reputation_banner_1440.jpg*/ center center no-repeat;
  }
}
@media only all and (max-width: 1024px) {
  /* line 458, ../sass/_public.scss */
  .reputation-picture {
    background-size: 150%;
  }
}

/* line 474, ../sass/_public.scss */
.factory-picture {
  float: left;
  width: 50%;
  height: 100%;
  display: inline-block;
  background: url("../images/workshop_banner.jpg")/*tpa=http://shlianglong.com/common/images/workshop_banner.jpg*//*tpa=http://www.stdfood.com.cn/images/workshop_banner.jpg*/ center center no-repeat;
}

/* line 482, ../sass/_public.scss */
.factory-content {
  float: left;
  width: 50%;
  height: 100%;
  display: inline-block;
  background: url("../images/workshop_bg.jpg")/*tpa=http://shlianglong.com/common/images/workshop_bg.jpg*//*tpa=http://www.stdfood.com.cn/images/workshop_bg.jpg*/ center center no-repeat;
}
/* line 488, ../sass/_public.scss */
.factory-content .content {
  width: 660px;
  padding-top: 30%;
  margin-left: 15%;
}
@media only all and (max-width: 1440px) {
  /* line 488, ../sass/_public.scss */
  .factory-content .content {
    width: 550px;
    margin-left: 12%;
    padding-top: 25%;
  }
}
@media only all and (max-width: 1366px) {
  /* line 488, ../sass/_public.scss */
  .factory-content .content {
    width: 470px;
    padding-top: 20%;
  }
}
@media only all and (max-width: 1280px) {
  /* line 488, ../sass/_public.scss */
  .factory-content .content {
    width: 460px;
  }
}
@media only all and (max-width: 1024px) {
  /* line 488, ../sass/_public.scss */
  .factory-content .content {
    width: 380px;
    padding-top: 28%;
    margin-left: 10%;
  }
}
/* line 510, ../sass/_public.scss */
.factory-content .slogan {
  font-size: 40px;
  color: #58a714;
  font-weight: 800;
}
@media only all and (max-width: 1440px) {
  /* line 510, ../sass/_public.scss */
  .factory-content .slogan {
    font-size: 36px;
  }
}
@media only all and (max-width: 1024px) {
  /* line 510, ../sass/_public.scss */
  .factory-content .slogan {
    margin-left: 3%;
  }
}
/* line 522, ../sass/_public.scss */
.factory-content .text {
  font-size: 20px;
  color: #5e5e5e;
  padding-top: 30px;
  line-height: 40px;
}
@media only all and (max-width: 1440px) {
  /* line 522, ../sass/_public.scss */
  .factory-content .text {
    font-size: 17px;
    line-height: 35px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
}
@media only all and (max-width: 1024px) {
  /* line 522, ../sass/_public.scss */
  .factory-content .text {
    margin-left: 3%;
    font-size: 16px;
    line-height: 35px;
  }
}
/* line 539, ../sass/_public.scss */
.factory-content .factory-list {
  width: 100%;
  border-top: 1px #e5e4e4 solid;
  border-bottom: 1px #e5e4e4 solid;
  padding: 45px 0px;
  margin-top: 50px;
  overflow: hidden;
  *zoom: 1;
}
@media only all and (max-width: 1440px) {
  /* line 539, ../sass/_public.scss */
  .factory-content .factory-list {
    padding-left: 0px;
    padding: 25px 0px;
    margin-top: 30px;
  }
}
@media only all and (max-width: 1024px) {
  /* line 539, ../sass/_public.scss */
  .factory-content .factory-list {
    margin-top: 40px;
    padding: 25px 0px;
  }
}
/* line 557, ../sass/_public.scss */
.factory-content .modern {
  float: left;
  margin: 0px 10px;
  width: 130px;
  height: 160px;
  padding-top: 140px;
  color: #5e5e5e;
  font-size: 16px;
  background: url("../images/modern_logo1.png")/*tpa=http://shlianglong.com/common/images/modern_logo1.png*//*tpa=http://www.stdfood.com.cn/images/modern_logo1.png*/ top center no-repeat;
}
@media only all and (max-width: 1440px) {
  /* line 557, ../sass/_public.scss */
  .factory-content .modern {
    width: 104px;
    font-size: 13px;
  }
}
@media only all and (max-width: 1366px) {
  /* line 557, ../sass/_public.scss */
  .factory-content .modern {
    padding-top: 130px;
  }
}
@media only all and (max-width: 1024px) {
  /* line 557, ../sass/_public.scss */
  .factory-content .modern {
    margin: 0 auto;
    margin-right: 18px;
  }
}
/* line 578, ../sass/_public.scss */
.factory-content .ios9 {
  width: 200px;
  background: url("../images/modern_logo2.png")/*tpa=http://shlianglong.com/common/images/modern_logo2.png*//*tpa=http://www.stdfood.com.cn/images/modern_logo2.png*/ top center no-repeat;
}
@media only all and (max-width: 1440px) {
  /* line 578, ../sass/_public.scss */
  .factory-content .ios9 {
    width: 160px;
  }
}
/* line 585, ../sass/_public.scss */
.factory-content .ios2 {
  width: 270px;
  background: url("../images/modern_logo3.png")/*tpa=http://shlianglong.com/common/images/modern_logo3.png*//*tpa=http://www.stdfood.com.cn/images/modern_logo3.png*/ top center no-repeat;
}
@media only all and (max-width: 1440px) {
  /* line 585, ../sass/_public.scss */
  .factory-content .ios2 {
    width: 180px;
  }
}
@media only all and (max-width: 1024px) {
  /* line 585, ../sass/_public.scss */
  .factory-content .ios2 {
    margin-right: 0px;
  }
}
@media only all and (max-width: 1366px) {
  /* line 595, ../sass/_public.scss */
  .factory-content .ios9, .factory-content .ios2 {
    width: 120px;
  }
}

/* line 603, ../sass/_public.scss */
.innovation-content {
  width: 50%;
  height: 100%;
  display: inline-block;
  float: left;
  background: url("../images/innovation_bg.jpg")/*tpa=http://shlianglong.com/common/images/innovation_bg.jpg*//*tpa=http://www.stdfood.com.cn/images/innovation_bg.jpg*/ center center no-repeat;
}
/* line 609, ../sass/_public.scss */
.innovation-content .content {
  width: 660px;
  padding-top: 30%;
  margin-left: 15%;
}
@media only all and (max-width: 1440px) {
  /* line 609, ../sass/_public.scss */
  .innovation-content .content {
    width: 550px;
    padding-top: 25%;
    margin-left: 12%;
  }
}
@media only all and (max-width: 1366px) {
  /* line 609, ../sass/_public.scss */
  .innovation-content .content {
    width: 470px;
  }
}
@media only all and (max-width: 1280px) {
  /* line 609, ../sass/_public.scss */
  .innovation-content .content {
    width: 460px;
  }
}
@media only all and (max-width: 1024px) {
  /* line 609, ../sass/_public.scss */
  .innovation-content .content {
    width: 380px;
    padding-top: 33%;
    margin-left: 10%;
  }
}
/* line 631, ../sass/_public.scss */
.innovation-content .slogan {
  font-size: 40px;
  color: #5178d0;
  font-weight: 800;
}
@media only all and (max-width: 1440px) {
  /* line 631, ../sass/_public.scss */
  .innovation-content .slogan {
    font-size: 36px;
  }
}
/* line 639, ../sass/_public.scss */
.innovation-content .text {
  font-size: 20px;
  color: #5e5e5e;
  line-height: 40px;
  padding-top: 25px;
}
@media only all and (max-width: 1440px) {
  /* line 639, ../sass/_public.scss */
  .innovation-content .text {
    font-size: 17px;
    line-height: 35px;
  }
}
@media only all and (max-width: 1024px) {
  /* line 639, ../sass/_public.scss */
  .innovation-content .text {
    font-size: 16px;
    line-height: 35px;
  }
}
/* line 653, ../sass/_public.scss */
.innovation-content .sunflower {
  padding-top: 15px;
  width: 100px;
  height: 100px;
}

/* line 660, ../sass/_public.scss */
.innovation-picture {
  float: left;
  width: 50%;
  height: 100%;
  display: inline-block;
  background: url("../images/innovation_banner.jpg")/*tpa=http://shlianglong.com/common/images/innovation_banner.jpg*//*tpa=http://www.stdfood.com.cn/images/innovation_banner.jpg*/ center center no-repeat;
}

/* line 669, ../sass/_public.scss */
.efforts-picture {
  float: left;
  width: 50%;
  height: 100%;
  display: inline-block;
  background: url("../images/efforts_banner.jpg")/*tpa=http://shlianglong.com/common/images/efforts_banner.jpg*//*tpa=http://www.stdfood.com.cn/images/efforts_banner.jpg*/ center center no-repeat;
}
@media only all and (max-width: 1440px) {
  /* line 669, ../sass/_public.scss */
  .efforts-picture {
    background-size: 112%;
  }
}
@media only all and (max-width: 1024px) {
  /* line 669, ../sass/_public.scss */
  .efforts-picture {
    background-size: 134%;
  }
}

/* line 684, ../sass/_public.scss */
.efforts-content {
  width: 50%;
  height: 100%;
  display: inline-block;
  padding-left: 0px;
  float: left;
  background: url("../images/efforts_bg.jpg")/*tpa=http://shlianglong.com/common/images/efforts_bg.jpg*//*tpa=http://www.stdfood.com.cn/images/efforts_bg.jpg*/ center center no-repeat;
}
@media only all and (max-width: 1440px) {
  /* line 684, ../sass/_public.scss */
  .efforts-content {
    padding-left: 0;
  }
}
/* line 694, ../sass/_public.scss */
.efforts-content .content {
  width: 660px;
  padding-top: 30%;
  margin-left: 15%;
}
@media only all and (max-width: 1440px) {
  /* line 694, ../sass/_public.scss */
  .efforts-content .content {
    width: 550px;
    padding-top: 25%;
    margin-left: 12%;
  }
}
@media only all and (max-width: 1366px) {
  /* line 694, ../sass/_public.scss */
  .efforts-content .content {
    width: 470px;
    padding-top: 20%;
  }
}
@media only all and (max-width: 1280px) {
  /* line 694, ../sass/_public.scss */
  .efforts-content .content {
    width: 460px;
  }
}
@media only all and (max-width: 1024px) {
  /* line 694, ../sass/_public.scss */
  .efforts-content .content {
    width: 380px;
    padding-top: 38%;
    margin-left: 10%;
  }
}
/* line 716, ../sass/_public.scss */
.efforts-content .slogan {
  font-size: 40px;
  font-weight: 800;
  color: #00844a;
}
@media only all and (max-width: 1440px) {
  /* line 716, ../sass/_public.scss */
  .efforts-content .slogan {
    font-size: 36px;
  }
}
@media only all and (max-width: 1280px) {
  /* line 716, ../sass/_public.scss */
  .efforts-content .slogan {
    font-size: 30px;
  }
}
/* line 728, ../sass/_public.scss */
.efforts-content .text {
  font-size: 20px;
  color: #5e5e5e;
  line-height: 40px;
  padding-top: 30px;
}
@media only all and (max-width: 1440px) {
  /* line 728, ../sass/_public.scss */
  .efforts-content .text {
    line-height: 35px;
    font-size: 17px;
  }
}
@media only all and (max-width: 1024px) {
  /* line 728, ../sass/_public.scss */
  .efforts-content .text {
    font-size: 16px;
    line-height: 35px;
  }
}
/* line 742, ../sass/_public.scss */
.efforts-content .link {
  border-top: 1px #e5e4e4 solid;
  border-bottom: 1px #e5e4e4 solid;
  padding: 0px 0px 45px 0px;
  margin-top: 50px;
  *zoom: 1;
}
/* line 38, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.efforts-content .link:after {
  content: "";
  display: table;
  clear: both;
}
@media only all and (max-width: 1440px) {
  /* line 742, ../sass/_public.scss */
  .efforts-content .link {
    padding: 0px 10px 20px 20px;
  }
}
@media only all and (max-width: 1366px) {
  /* line 742, ../sass/_public.scss */
  .efforts-content .link {
    padding: 0px 0px 30px 0px;
    margin-top: 10px;
  }
}
/* line 757, ../sass/_public.scss */
.efforts-content .link a {
  float: left;
  display: block;
  padding: 35px 20px 0px 25px;
}
@media only all and (max-width: 1440px) {
  /* line 757, ../sass/_public.scss */
  .efforts-content .link a {
    padding: 30px 8px 0px 18px;
  }
}
@media only all and (max-width: 1024px) {
  /* line 757, ../sass/_public.scss */
  .efforts-content .link a {
    padding: 40px 0px 0px 7px;
  }
}

/* line 771, ../sass/_public.scss */
.customer-picture {
  float: left;
  width: 50%;
  height: 100%;
  display: inline-block;
  background: url("../images/oil_footer_banner.jpg")/*tpa=http://shlianglong.com/common/images/oil_footer_banner.jpg*//*tpa=http://www.stdfood.com.cn/images/oil_footer_banner.jpg*/ #fff center center no-repeat;
}
@media only all and (max-width: 1440px) {
  /* line 771, ../sass/_public.scss */
  .customer-picture {
    background: url("../images/1440/oil_footer_banner_1440.jpg")/*tpa=http://shlianglong.com/common/images/1440/oil_footer_banner_1440.jpg*//*tpa=http://www.stdfood.com.cn/images/1440/oil_footer_banner_1440.jpg*/ #fff center center no-repeat;
  }
}
@media only all and (max-width: 1024px) {
  /* line 771, ../sass/_public.scss */
  .customer-picture {
    background: url("../images/oil_footer_banner_1024.jpg")/*tpa=http://shlianglong.com/common/images/oil_footer_banner_1024.jpg*//*tpa=http://www.stdfood.com.cn/images/oil_footer_banner_1024.jpg*/ #fff center center no-repeat;
  }
}

/* line 785, ../sass/_public.scss */
.customer-content {
  width: 50%;
  height: 100%;
  display: inline-block;
  float: left;
  background: url("../images/oil_footer_bg.jpg")/*tpa=http://shlianglong.com/common/images/oil_footer_bg.jpg*//*tpa=http://www.stdfood.com.cn/images/oil_footer_bg.jpg*/ #ffc808 center center no-repeat;
}
/* line 791, ../sass/_public.scss */
.customer-content .content {
  width: 660px;
  padding-top: 20%;
  margin-left: 15%;
}
@media only all and (max-width: 1440px) {
  /* line 791, ../sass/_public.scss */
  .customer-content .content {
    width: 550px;
    margin-left: 12%;
    padding-top: 25%;
  }
}
@media only all and (max-width: 1366px) {
  /* line 791, ../sass/_public.scss */
  .customer-content .content {
    width: 470px;
    padding-top: 14%;
  }
}
@media only all and (max-width: 1280px) {
  /* line 791, ../sass/_public.scss */
  .customer-content .content {
    width: 460px;
  }
}
@media only all and (max-width: 1024px) {
  /* line 791, ../sass/_public.scss */
  .customer-content .content {
    width: 380px;
    padding-top: 28%;
    margin-left: 10%;
  }
}
/* line 814, ../sass/_public.scss */
.customer-content .title {
  font-size: 40px;
  color: #f08c20;
  font-weight: 800;
}
@media only all and (max-width: 1440px) {
  /* line 814, ../sass/_public.scss */
  .customer-content .title {
    font-size: 32px;
  }
}
@media only all and (max-width: 1280px) {
  /* line 814, ../sass/_public.scss */
  .customer-content .title {
    font-size: 26px;
  }
}
/* line 825, ../sass/_public.scss */
.customer-content .slogan {
  overflow: hidden;
  *zoom: 1;
  margin-top: 30px;
}
@media only all and (max-width: 1440px) {
  /* line 825, ../sass/_public.scss */
  .customer-content .slogan {
    margin-top: 10px;
  }
}
/* line 831, ../sass/_public.scss */
.customer-content .slogan .left {
  font-size: 40px;
  float: left;
  color: #f08c20;
  font-weight: 800;
}
@media only all and (max-width: 1440px) {
  /* line 831, ../sass/_public.scss */
  .customer-content .slogan .left {
    font-size: 32px;
    margin-top: 20px;
  }
}
/* line 841, ../sass/_public.scss */
.customer-content .slogan .right {
  float: left;
  width: 110px;
  margin-left: 40px;
}
/* line 845, ../sass/_public.scss */
.customer-content .slogan .right img {
  width: 100%;
}
/* line 850, ../sass/_public.scss */
.customer-content .text {
  font-size: 20px;
  color: #e88a29;
  line-height: 40px;
  padding-top: 30px;
}
@media only all and (max-width: 1440px) {
  /* line 850, ../sass/_public.scss */
  .customer-content .text {
    line-height: 35px;
    font-size: 17px;
  }
}
@media only all and (max-width: 1024px) {
  /* line 850, ../sass/_public.scss */
  .customer-content .text {
    font-size: 16px;
    line-height: 35px;
  }
}

/* line 868, ../sass/_public.scss */
.mobile-content .mobile-slide {
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 874, ../sass/_public.scss */
.mobile-content .popup-content {
  display: none;
  width: 100%;
  height: 100%;
  padding: 10%;
  background: #00844a;
  position: absolute;
  z-index: 9999;
  top: 0;
  left: 0;
}
/* line 884, ../sass/_public.scss */
.mobile-content .popup-content .popup-close-btn {
  width: 63px;
  height: 63px;
  background: url("../images/mobile/close.png")/*tpa=http://shlianglong.com/common/images/mobile/close.png*//*tpa=http://www.stdfood.com.cn/images/mobile/close.png*/ no-repeat;
  position: absolute;
  right: 10%;
  top: 15%;
}
/* line 892, ../sass/_public.scss */
.mobile-content .popup-content .logo1-content, .mobile-content .popup-content .logo2-content {
  width: 100%;
  height: 100%;
  display: none;
}
/* line 898, ../sass/_public.scss */
.mobile-content .popup-content .logo1-content .logo1 {
  height: 121px;
  background: url("../images/standard_logo.png")/*tpa=http://shlianglong.com/common/images/standard_logo.png*//*tpa=http://www.stdfood.com.cn/images/standard_logo.png*/ no-repeat left center;
  margin-bottom: 5%;
}
/* line 903, ../sass/_public.scss */
.mobile-content .popup-content .logo1-content p {
  text-align: left;
  font-size: 25px;
  color: #fff;
  line-height: 50px;
}
/* line 909, ../sass/_public.scss */
.mobile-content .popup-content .logo1-content .year {
  font-weight: 800;
}
/* line 914, ../sass/_public.scss */
.mobile-content .popup-content .logo2-content .logo2 {
  height: 90px;
  background: url("../images/mighty.png")/*tpa=http://shlianglong.com/common/images/mighty.png*//*tpa=http://www.stdfood.com.cn/images/mighty.png*/ no-repeat left center;
  margin-bottom: 5%;
}
/* line 919, ../sass/_public.scss */
.mobile-content .popup-content .logo2-content p {
  text-align: left;
  font-size: 25px;
  color: #fff;
  line-height: 45px;
}
/* line 925, ../sass/_public.scss */
.mobile-content .popup-content .logo2-content .year {
  font-weight: 800;
}
/* line 931, ../sass/_public.scss */
.mobile-content .mobile-nuts-content {
  padding: 10%;
}
/* line 933, ../sass/_public.scss */
.mobile-content .mobile-nuts-content h1 {
  font-size: 50px;
  color: #08a7a7;
  text-align: center;
  font-weight: 800;
}
/* line 940, ../sass/_public.scss */
.mobile-content .mobile-nuts-content .level-slide .cyan {
  color: #08a7a7;
}
/* line 943, ../sass/_public.scss */
.mobile-content .mobile-nuts-content .level-slide .tab-btn {
  width: 150px;
  height: 50px;
  line-height: 44px;
  margin: 4% auto;
  border-radius: 15px;
  border: 3px solid #fff;
  background: #08a7a7;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
/* line 955, ../sass/_public.scss */
.mobile-content .mobile-nuts-content .level-slide h3 {
  text-align: center;
  font-size: 30px;
  color: #5e5e5e;
  font-weight: 800;
}
/* line 961, ../sass/_public.scss */
.mobile-content .mobile-nuts-content .level-slide img {
  display: block;
  margin: 4% auto;
}
/* line 965, ../sass/_public.scss */
.mobile-content .mobile-nuts-content .level-slide p {
  margin-top: 2%;
  font-size: 26px;
  color: #5e5e5e;
}
/* line 973, ../sass/_public.scss */
.mobile-content .mobile-gallery-content {
  padding: 20%;
}
/* line 975, ../sass/_public.scss */
.mobile-content .mobile-gallery-content h1 {
  font-size: 50px;
  text-align: center;
  color: #00844a;
  font-weight: 800;
}
/* line 981, ../sass/_public.scss */
.mobile-content .mobile-gallery-content .logo {
  width: 135px;
  margin: 5% auto;
  *zoom: 1;
}
/* line 38, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.mobile-content .mobile-gallery-content .logo:after {
  content: "";
  display: table;
  clear: both;
}
/* line 986, ../sass/_public.scss */
.mobile-content .mobile-gallery-content .logo1 {
  float: left;
  width: 123px;
  height: 195px;
  margin-right: 25%;
  position: relative;
  background: url("../images/standard_logo.png")/*tpa=http://shlianglong.com/common/images/standard_logo.png*//*tpa=http://www.stdfood.com.cn/images/standard_logo.png*/ no-repeat top center;
}
/* line 994, ../sass/_public.scss */
.mobile-content .mobile-gallery-content .logo2 {
  float: left;
  width: 139px;
  height: 195px;
  position: relative;
  background: url("../images/mighty.png")/*tpa=http://shlianglong.com/common/images/mighty.png*//*tpa=http://www.stdfood.com.cn/images/mighty.png*/ no-repeat top center;
}
/* line 1001, ../sass/_public.scss */
.mobile-content .mobile-gallery-content .add-btn {
  width: 63px;
  height: 63px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -31.5px;
  background: url("../images/mobile/add-btn.png")/*tpa=http://shlianglong.com/common/images/mobile/add-btn.png*//*tpa=http://www.stdfood.com.cn/images/mobile/add-btn.png*/ no-repeat;
}
/* line 1011, ../sass/_public.scss */
.mobile-content .mobile-first-content {
  padding: 7%;
  padding-top: 20%;
}
/* line 1014, ../sass/_public.scss */
.mobile-content .mobile-first-content h1 {
  font-size: 40px;
  text-align: center;
  color: #e67a22;
  font-weight: 800;
  margin-bottom: 5%;
}
/* line 1021, ../sass/_public.scss */
.mobile-content .mobile-first-content p {
  font-size: 26px;
  line-height: 40px;
  color: #5e5e5e;
  text-align: center;
  font-weight: 800;
}
/* line 1029, ../sass/_public.scss */
.mobile-content .mobile-trusted-content {
  padding: 7%;
  padding-top: 20%;
}
/* line 1032, ../sass/_public.scss */
.mobile-content .mobile-trusted-content h1 {
  font-size: 40px;
  text-align: left;
  color: #bc2626;
  font-weight: 800;
  margin-bottom: 5%;
}
/* line 1039, ../sass/_public.scss */
.mobile-content .mobile-trusted-content p {
  font-size: 24px;
  color: #333;
  line-height: 35px;
}
/* line 1046, ../sass/_public.scss */
.mobile-content .mission-mobile h1 {
  font-size: 35px;
  margin-bottom: 3%;
}
/* line 1050, ../sass/_public.scss */
.mobile-content .mission-mobile p {
  font-size: 24px;
  line-height: 30px;
}
/* line 1055, ../sass/_public.scss */
.mobile-content .mobile-reputation-content {
  padding: 7%;
  padding-top: 18%;
}
/* line 1058, ../sass/_public.scss */
.mobile-content .mobile-reputation-content h1 {
  font-size: 40px;
  text-align: left;
  color: #5178d0;
  font-weight: 800;
  margin-bottom: 5%;
}
@media only all and (max-width: 640px) {
  /* line 1058, ../sass/_public.scss */
  .mobile-content .mobile-reputation-content h1 {
    margin-bottom: 3%;
  }
}
/* line 1068, ../sass/_public.scss */
.mobile-content .mobile-reputation-content p {
  font-size: 25px;
  color: #333;
  line-height: 40px;
  text-transform: uppercase;
}
@media only all and (max-width: 640px) {
  /* line 1068, ../sass/_public.scss */
  .mobile-content .mobile-reputation-content p {
    font-size: 20px;
    line-height: 25px;
  }
}
/* line 1080, ../sass/_public.scss */
.mobile-content .mobile-factory-content {
  padding: 7%;
  padding-top: 20%;
}
/* line 1083, ../sass/_public.scss */
.mobile-content .mobile-factory-content h1 {
  font-size: 40px;
  text-align: left;
  color: #58a714;
  font-weight: 800;
  margin-bottom: 5%;
}
/* line 1090, ../sass/_public.scss */
.mobile-content .mobile-factory-content p {
  font-size: 26px;
  color: #333;
  line-height: 40px;
}
/* line 1096, ../sass/_public.scss */
.mobile-content .mobile-innovation-content {
  padding: 7%;
  padding-top: 20%;
}
/* line 1099, ../sass/_public.scss */
.mobile-content .mobile-innovation-content h1 {
  font-size: 40px;
  text-align: left;
  color: #5178d0;
  font-weight: 800;
  margin-bottom: 5%;
}
/* line 1106, ../sass/_public.scss */
.mobile-content .mobile-innovation-content p {
  font-size: 26px;
  color: #333;
  line-height: 40px;
}
/* line 1112, ../sass/_public.scss */
.mobile-content .mobile-efforts-content {
  padding-top: 20%;
  padding-left: 7%;
}
/* line 1115, ../sass/_public.scss */
.mobile-content .mobile-efforts-content h1 {
  font-size: 40px;
  text-align: left;
  color: #00844a;
  font-weight: 800;
  margin-bottom: 5%;
}
/* line 1122, ../sass/_public.scss */
.mobile-content .mobile-efforts-content p {
  font-size: 26px;
  color: #333;
  line-height: 40px;
}

/* line 1131, ../sass/_public.scss */
.product-video {
  display: none;
  width: 600px;
  height: 400px;
  position: absolute;
}

/* line 1138, ../sass/_public.scss */
.close-btn {
  position: absolute;
  z-index: 999999999999;
  right: -70px;
  cursor: pointer;
}
@media only all and (max-width: 640px) {
  /* line 1138, ../sass/_public.scss */
  .close-btn {
    right: 0px;
    display: none;
  }
}

/* line 1149, ../sass/_public.scss */
.nav-active {
  background-position: 0 -18px !important;
}

/* line 1, ../sass/_about.scss */
body, html {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  position: absolute;
}

/*加入我们页面*/
/* line 10, ../sass/_about.scss */
.join-us {
  width: 100%;
  height: 100%;
  padding-bottom: 80px;
  background: url("../images/join_us_bg.jpg")/*tpa=http://shlianglong.com/common/images/join_us_bg.jpg*/ top center no-repeat ;
}

/* line 17, ../sass/_about.scss */
.join-us-content {
  width: 800px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  padding-top: 20px;
}

@media only all and (max-width: 640px) {
  /* line 17, ../sass/_about.scss */
  .join-us-content {
    padding-top: 120px;
  }
}
/* line 26, ../sass/_about.scss */
.join-us-content .title {
  font-size: 28px;
  font-weight: 800;
  background: url("../images/title_bg.png")/*tpa=http://shlianglong.com/common/images/title_bg.png*//*tpa=http://www.stdfood.com.cn/images/title_bg.png*/ bottom center no-repeat;
  padding-bottom: 20px;
}
@media only all and (max-width: 640px) {
  /* line 26, ../sass/_about.scss */
  .join-us-content .title {
    font-size: 45px;
  }
}
/* line 35, ../sass/_about.scss */
.join-us-content .title-english {
  font-size: 60px;
}
/* line 38, ../sass/_about.scss */
.join-us-content .sub-title {
  font-size: 22px;
  font-weight: 600;
  padding-top: 30px;
}
@media only all and (max-width: 1440px) {
  /* line 38, ../sass/_about.scss */
  .join-us-content .sub-title {
    font-size: 18px;
    padding-top: 20px;
  }
}
@media only all and (max-width: 1366px) {
  /* line 38, ../sass/_about.scss */
  .join-us-content .sub-title {
    padding-top: 10px;
  }
}
@media only all and (max-width: 640px) {
  /* line 38, ../sass/_about.scss */
  .join-us-content .sub-title {
    padding-top: 30px;
    font-size: 30px;
  }
}
/* line 54, ../sass/_about.scss */
.join-us-content .summary {
  font-size: 14px;
  line-height: 25px;
  padding-top: 30px;
}
@media only all and (max-width: 1440px) {
  /* line 54, ../sass/_about.scss */
  .join-us-content .summary {
    font-size: 13px;
    line-height: 22px;
    padding-top: 18px;
  }
}
@media only all and (max-width: 640px) {
  /* line 54, ../sass/_about.scss */
  .join-us-content .summary {
    font-size: 26px;
    line-height: 42px;
    padding-top: 45px;
  }
}
/* line 69, ../sass/_about.scss */
.join-us-content .zhaopin {
  width: 220px;
  height: 71px;
  background: url("../images/zhaopin.png")/*tpa=http://shlianglong.com/common/images/zhaopin.png*//*tpa=http://www.stdfood.com.cn/images/zhaopin.png*/ no-repeat;
  margin: 50px auto;
  cursor: pointer;
  display: block;
}
@media only all and (max-width: 1440px) {
  /* line 69, ../sass/_about.scss */
  .join-us-content .zhaopin {
    margin-top: 30px;
  }
}

/*佳格使命*/
/* line 83, ../sass/_about.scss */
.bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
}
/* line 90, ../sass/_about.scss */
.bg img {
  width: 100%;
  height: 100%;
}

/* line 96, ../sass/_about.scss */
.mission-video, .mission {
  width: 100%;
  height: 100%;
  position: relative;
}
/* line 100, ../sass/_about.scss */
.mission-video .down, .mission-video .up, .mission .down, .mission .up {
  position: absolute;
  display: block;
  left: 49%;
  width: 60px;
  height: 45px;
  font-size: 14px;
  color: #fff;
}
/* line 109, ../sass/_about.scss */
.mission-video .down, .mission .down {
  bottom: 4%;
  background: url("../images/down.png")/*tpa=http://shlianglong.com/common/images/down.png*//*tpa=http://www.stdfood.com.cn/images/down.png*/ bottom center no-repeat;
}
/* line 113, ../sass/_about.scss */
.mission-video .up, .mission .up {
  top: 4%;
  background: url("../images/up.png")/*tpa=http://shlianglong.com/common/images/up.png*//*tpa=http://www.stdfood.com.cn/images/up.png*/ top center no-repeat;
  padding-top: 20px;
}
/* line 118, ../sass/_about.scss */
.mission-video .play_btn, .mission .play_btn {
  position: absolute;
  left: 47%;
  top: 39%;
  width: 111px;
  height: 145px;
  font-size: 26px;
  color: #fff;
  padding-top: 130px;
  background: url("../images/play_btn.png")/*tpa=http://shlianglong.com/common/images/play_btn.png*//*tpa=http://www.stdfood.com.cn/images/play_btn.png*/ top center no-repeat;
}

/* line 136, ../sass/_about.scss */
.mission-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

/* line 142, ../sass/_about.scss */
.mission-picture {
  float: left;
  width: 50%;
  height: 100%;
  background: url("../images/truck_banner.jpg")/*tpa=http://shlianglong.com/common/images/truck_banner.jpg*//*tpa=http://www.stdfood.com.cn/images/truck_banner.jpg*/ center center no-repeat;
}

/* line 149, ../sass/_about.scss */
.mission-content {
  float: left;
  width: 50%;
  height: 100%;
  padding-top: 205px;
  background: url("../images/truck_bg.jpg")/*tpa=http://shlianglong.com/common/images/truck_bg.jpg*//*tpa=http://www.stdfood.com.cn/images/truck_bg.jpg*/ center center no-repeat;
}
/* line 156, ../sass/_about.scss */
.mission-content .content {
  width: 535px;
  float: left;
  margin-left: 21%;
}
@media only all and (max-width: 1280px) {
  /* line 156, ../sass/_about.scss */
  .mission-content .content {
    width: 420px;
    margin-left: 15%;
  }
}
/* line 165, ../sass/_about.scss */
.mission-content .slogan {
  color: #bc2626;
  font-size: 40px;
  font-weight: 800;
}
/* line 171, ../sass/_about.scss */
.mission-content .text {
  font-size: 16px;
  color: #5e5e5e;
  line-height: 25px;
  padding-top: 25px;
}

/*新闻*/
/* line 181, ../sass/_about.scss */
.news {
  width: 100%;
  height: 1275px;
  background: url("../images/news_bg.jpg")/*tpa=http://shlianglong.com/common/images/news_bg.jpg*/ top center no-repeat;
  overflow: hidden;
  *zoom: 1;
}
.news1 {
  width: 100%;
  height: 2575px;
  background: url("../images/news_bg.jpg")/*tpa=http://shlianglong.com/common/images/news_bg.jpg*/ top center no-repeat;
  overflow: hidden;
  *zoom: 1;
}
@media only all and (max-width: 640px) {
  /* line 181, ../sass/_about.scss */
  .news {
    height: 100%;
    padding-bottom: 100px;
    background: #FEF7EC;
  }
}
/* line 191, ../sass/_about.scss */
.news .more {
	width: 122px;
	height: 32px;
	display: block;
	line-height: 28px;
	border-radius: 20px;
	border: 2px solid #672c0f;
	text-align: center;
	margin: 50px auto;
	font-size: 12px;
	color: #692c0f;
	padding-left: 20px;
	background-color: #e4c8a3;
	background-image: url("../images/more_btn.png")/*tpa=http://shlianglong.com/common/images/more_btn.png*/;
	background-repeat: no-repeat;
	background-position: 20px center;
}
@media only all and (max-width: 640px) {
  /* line 191, ../sass/_about.scss */
  .news .more {
    width: 160px;
    font-size: 30px;
    line-height: 55px;
    height: 60px;
    border-radius: 30px;
    background: #fff;
    padding-left: 0px;
  }
}

/* line 217, ../sass/_about.scss */
.news-content {
  width: 1020px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}
@media only all and (max-width: 640px) {
  /* line 217, ../sass/_about.scss */
  .news-content {
    width: 90%;
  }
}
/* line 224, ../sass/_about.scss */
.news-content .title {
	width: 180px;
	margin: 0 auto;
	margin-top: 210px;
	font-size: 40px;
	color: #692c0f;
	font-weight: 800;
	text-align: center;
}
@media only all and (max-width: 1440px) {
  /* line 224, ../sass/_about.scss */
  .news-content .title {
    font-size: 28px;
    margin-top: 190px;
    margin-bottom: 10px;
  }
}
@media only all and (max-width: 640px) {
  /* line 224, ../sass/_about.scss */
  .news-content .title {
    font-size: 45px;
    margin-top: 120px;
  }
}
/* line 243, ../sass/_about.scss */
.news-content .news-list {
  width: 300px;
  height: 410px;
  margin: 40px 20px 0px 20px;
  float: left;
}
@media only all and (max-width: 1440px) {
  /* line 243, ../sass/_about.scss */
  .news-content .news-list {
    margin: 30px 20px 0px 20px;
  }
}
@media only all and (max-width: 1024px) {
  /* line 243, ../sass/_about.scss */
  .news-content .news-list {
    width: 260px;
    margin: 30px 30px 0px 40px;
  }
}
@media only all and (max-width: 640px) {
  /* line 243, ../sass/_about.scss */
  .news-content .news-list {
    width: 100%;
    margin: 100px 20px 180px 0px;
    float: none;
    height: 100%;
  }
}
/* line 262, ../sass/_about.scss */
.news-content .news-title {
	height: 90px;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	color: #692c0f;
	padding-top: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #692c0f;
}
@media only all and (max-width: 1440px) {
  /* line 262, ../sass/_about.scss */
  .news-content .news-title {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only all and (max-width: 640px) {
  /* line 262, ../sass/_about.scss */
  .news-content .news-title {
    font-size: 33px;
    height: 70px;
    line-height: 44px;
    padding-right: 40px;
  }
}
/* line 280, ../sass/_about.scss */
.news-content .news-title a {
  color: #5e5e5e;
}
/* line 283, ../sass/_about.scss */
.news-content .news-title a:hover {
  color: #ED1A2E;
  text-decoration: underline;
}
/* line 288, ../sass/_about.scss */
.news-content .link {
	width: 100%;
	height: 30px;
	margin-top: 15px;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #692c0f;
	border-bottom-color: #692c0f;
}
@media only all and (max-width: 1440px) {
  /* line 288, ../sass/_about.scss */
  .news-content .link {
    margin-top: 5px;
  }
}
@media only all and (max-width: 640px) {
  /* line 288, ../sass/_about.scss */
  .news-content .link {
    margin-top: 55px;
    height: 50px;
    padding-top: 10px;
  }
}
/* line 304, ../sass/_about.scss */
.news-content .time, .news-content .detail {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #692c0f;
}
@media only all and (max-width: 640px) {
  /* line 304, ../sass/_about.scss */
  .news-content .time, .news-content .detail {
    font-size: 24px;
  }
}
/* line 314, ../sass/_about.scss */
.news-content .time {
  float: left;
  padding-left: 20px;
  background: url("../images/time_gray.png")/*tpa=http://shlianglong.com/common/images/time_gray.png*//*tpa=http://www.stdfood.com.cn/images/time_gray.png*/ left center no-repeat;
}
/* line 319, ../sass/_about.scss */
.news-content .detail {
  float: right;
  padding-right: 12px;
  background: url("../images/arrow_gray.png")/*tpa=http://shlianglong.com/common/images/arrow_gray.png*//*tpa=http://www.stdfood.com.cn/images/arrow_gray.png*/ right center no-repeat;
}
/* line 324, ../sass/_about.scss */
.news-content .summary {
	font-size: 12px;
	color: #692c0f;
	line-height: 20px;
	margin-top: 15px;
}
@media only all and (max-width: 640px) {
  /* line 324, ../sass/_about.scss */
  .news-content .summary {
    font-size: 24px;
    line-height: 36px;
  }
}
/* line 334, ../sass/_about.scss */
.news-content .news-photo {
  margin-top: 15px;
}
@media only all and (max-width: 1024px) {
  /* line 336, ../sass/_about.scss */
  .news-content .news-photo img {
    width: 100%;
  }
}

/* line 344, ../sass/_about.scss */
.news-detail {
  width: 100%;
  height: auto;
  min-height: 1000px;
  background: url("../images/news_bg.jpg")/*tpa=http://shlianglong.com/common/images/news_bg.jpg*/ top center no-repeat;
  overflow: hidden;
  *zoom: 1;
}
@media only all and (max-width: 640px) {
  /* line 344, ../sass/_about.scss */
  .news-detail {
    height: 100%;
    padding-bottom: 100px;
    background: #FEF7EC;
  }
}

/* line 357, ../sass/_about.scss */
.news-detail-view {
  width: 1020px;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}
@media only all and (max-width: 640px) {
  /* line 357, ../sass/_about.scss */
  .news-detail-view {
    width: 90%;
  }
}
/* line 364, ../sass/_about.scss */
.news-detail-view .news-detail-con {
  width: 100%;
  margin-top: 220px;
  padding: 0px 20px 0px 20px;
  float: left;
}
/* line 370, ../sass/_about.scss */
.news-detail-view .news-detail-title {
	height: 50px;
	font-size: 22px;
	font-weight: 600;
	line-height: 30px;
	color: #692c0f;
}
/* line 377, ../sass/_about.scss */
.news-detail-view .detail-intro {
	width: 100%;
	height: 30px;
	margin-top: 15px;
	margin-bottom: 30px;
	display: block;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #692c0f;
	border-bottom-color: #692c0f;
}
/* line 386, ../sass/_about.scss */
.news-detail-view .detail-time, .news-detail-view .detail-position {
	display: block;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #692c0f;
}


11111111111111111
@media only all and (max-width: 640px) {
  /* line 386, ../sass/_about.scss */
  .news-detail-view .detail-time, .news-detail-view .detail-position {
    font-size: 14px;
  }
}
/* line 396, ../sass/_about.scss */
.news-detail-view .detail-position {
  float: right;
}
/* line 399, ../sass/_about.scss */
.news-detail-view .detail-time {
  float: left;
  padding-left: 20px;
  background: url("../images/time_gray.png")/*tpa=http://shlianglong.com/common/images/time_gray.png*/ left center no-repeat;
}
/* line 404, ../sass/_about.scss */
.news-detail-view .backtoList {
  width: 122px;
  height: 32px;
  text-align: center;
  font-size: 14px;
  color: #692c0f;
  line-height: 32px;
  border-radius: 20px;
  background: url("../images/arrow_gray.png")/*tpa=http://shlianglong.com/common/images/arrow_gray.png*/ right 10px no-repeat;
  padding-left: 20px;
  float: right;
  display: block;
}
/* line 417, ../sass/_about.scss */
.news-detail-view .backtoList:hover {
  text-decoration: underline;
}
/* line 420, ../sass/_about.scss */
.news-detail-view a {
	color: #692c0f;
}
/* line 423, ../sass/_about.scss */
.news-detail-view a:hover {
	color: #692c0f;
}

/*互动咨询*/
/* line 429, ../sass/_about.scss */
.information {
  background: url("../images/information_bg.jpg")/*tpa=http://shlianglong.com/common/images/information_bg.jpg*/ top center no-repeat;
}

/* line 434, ../sass/_about.scss */
.information-content .title {
  color: #9278b8;
}


@media only all and (max-width: 1440px) {
  /* line 440, ../sass/_about.scss */
  .history-wrapper {
    background: url("../images/history_bg.jpg")/*tpa=http://shlianglong.com/common/images/history_bg.jpg*/ top center no-repeat;
    -webkit-background-size: cover;
    background-size: cover; height: 1800px;
  }
}
@media only all and (max-width: 1024px) {
  /* line 440, ../sass/_about.scss */
  .history-wrapper {
    background-size: cover;
    background-position: center center;
  }
}
@media only all and (max-width: 640px) {
  /* line 440, ../sass/_about.scss */
  .history-wrapper {
    background: url("../images/history_bg_phone.jpg")/*tpa=http://shlianglong.com/common/images/history_bg_phone.jpg*/ bottom center no-repeat;
    background-position: bottom center;
  }
}



/* line 462, ../sass/_about.scss */
.history-content {
  width: 1120px;
  margin: 0 auto;
  padding-top: 0px;
  color: #fff;
}
@media only all and (max-width: 1024px) {
  /* line 462, ../sass/_about.scss */
  .history-content {
    width: 100%;
  }
}


/* line 470, ../sass/_about.scss */
.history-content .history-set {
  position: relative;
}
/* line 473, ../sass/_about.scss */
.history-content .history-1992 {
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
@media only all and (max-width: 1440px) {
  /* line 473, ../sass/_about.scss */
  .history-content .history-1992 {
    width: 95%;
  }
}
/* line 480, ../sass/_about.scss */
.history-content .img-1992 {
  width: 478px;
  height: 845px;
  float: left;
}
@media only all and (max-width: 1440px) {
  /* line 480, ../sass/_about.scss */
  .history-content .img-1992 {
    width: 430px;
    margin-left: 50px;
  }
}
@media only all and (max-width: 1024px) {
  /* line 480, ../sass/_about.scss */
  .history-content .img-1992 {
    width: 400px;
    margin-left: 35px;
  }
}
@media only all and (max-width: 640px) {
  /* line 480, ../sass/_about.scss */
  .history-content .img-1992 {
    display: none;
  }
}
/* line 495, ../sass/_about.scss */
.history-content .img-1992 img {
  width: 100%;
}
@media only all and (max-width: 1440px) {
  /* line 495, ../sass/_about.scss */
  .history-content .img-1992 img {
    width: 400px;
  }
}
@media only all and (max-width: 1024px) {
  /* line 495, ../sass/_about.scss */
  .history-content .img-1992 img {
    width: 380px;
  }
}
/* line 505, ../sass/_about.scss */
.history-content .intro-1992 {
  width: 540px;
  float: right;
  margin-top: 140px;
}
@media only all and (max-width: 1440px) {
  /* line 505, ../sass/_about.scss */
  .history-content .intro-1992 {
    width: 520px;
    margin-top: 70px;
  }
}
@media only all and (max-width: 1366px) {
  /* line 505, ../sass/_about.scss */
  .history-content .intro-1992 {
    width: 470px;
    margin-right: 80px;
    margin-top: 50px;
  }
}
@media only all and (max-width: 1024px) {
  /* line 505, ../sass/_about.scss */
  .history-content .intro-1992 {
    margin-right: 40px;
  }
}
@media only all and (max-width: 640px) {
  /* line 505, ../sass/_about.scss */
  .history-content .intro-1992 {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
/* line 526, ../sass/_about.scss */
.history-content h1 {
  font-size: 36px;
  font-weight: 800;
}
@media only all and (max-width: 1440px) {
  /* line 526, ../sass/_about.scss */
  .history-content h1 {
    font-size: 32px;
  }
}
@media only all and (max-width: 1366px) {
  /* line 526, ../sass/_about.scss */
  .history-content h1 {
    font-size: 30px;
  }
}
/* line 536, ../sass/_about.scss */
.history-content h2 {
  font-size: 19px;
  font-weight: 800;
  margin-top: 30px;
}
@media only all and (max-width: 1440px) {
  /* line 536, ../sass/_about.scss */
  .history-content h2 {
    font-size: 18px;
    margin-top: 20px;
  }
}
@media only all and (max-width: 640px) {
  /* line 536, ../sass/_about.scss */
  .history-content h2 {
    font-size: 22px;
  }
}
@media only all and (max-width: 640px) {
  /* line 548, ../sass/_about.scss */
  .history-content h2.pc {
    display: none;
  }
}








11111111111111111111111
/* line 553, ../sass/_about.scss */
.history-content h2.phone {
  display: none;
}
@media only all and (max-width: 640px) {
  /* line 553, ../sass/_about.scss */
  .history-content h2.phone {
    display: block;
  }
}
/* line 559, ../sass/_about.scss */
.history-content p {
  font-size: 16px;
  margin-top: 30px;
  line-height: 23px;
}
@media only all and (max-width: 1440px) {
  /* line 559, ../sass/_about.scss */
  .history-content p {
    font-size: 15px;
  }
}
@media only all and (max-width: 640px) {
  /* line 559, ../sass/_about.scss */
  .history-content p {
    font-size: 14px;
    margin-top: 20px;
  }
}
/* line 571, ../sass/_about.scss */
.history-content .down {
  width: 100px;
  height: 58px;
  position: absolute;
  text-align: center;
  left: 48%;
  bottom: 10%;
  display: block;
  background: url("../images/down.png")/*tpa=http://shlianglong.com/common/images/down.png*//*tpa=http://www.stdfood.com.cn/images/down.png*/ bottom center no-repeat;
  font-size: 20px;
  color: #fff;
}
@media only all and (max-width: 1440px) {
  /* line 571, ../sass/_about.scss */
  .history-content .down {
    bottom: 29%;
  }
}
@media only all and (max-width: 1366px) {
  /* line 571, ../sass/_about.scss */
  .history-content .down {
    bottom: 27%;
  }
}
@media only all and (max-width: 640px) {
  /* line 571, ../sass/_about.scss */
  .history-content .down {
    width: 120px;
    height: 80px;
    font-size: 36px;
    bottom: -20%;
    margin: 0 auto;
    position: static;
  }
}
/* line 597, ../sass/_about.scss */
.history-content .history-tree {
  width: 100%;
  height: 3119px;
  margin-top: -120px;
  padding-top: 296px;
  background: url("../images/his_curve.png")/*tpa=http://shlianglong.com/common/images/his_curve.png*//*tpa=http://www.stdfood.com.cn/images/his_curve.png*/ 38% top no-repeat;
}
@media only all and (max-width: 1440px) {
  /* line 597, ../sass/_about.scss */
  .history-content .history-tree {
    height: 3150px;
    margin-top: -200px;
  }
}
@media only all and (max-width: 640px) {
  /* line 597, ../sass/_about.scss */
  .history-content .history-tree {
    height: 3300px;
    margin-top: 0;
    background: url("../images/his_curve_phone.png")/*tpa=http://shlianglong.com/common/images/his_curve_phone.png*//*tpa=http://www.stdfood.com.cn/images/his_curve_phone.png*/ 40% top no-repeat;
  }
}
/* line 617, ../sass/_about.scss */
.history-content .history-2016 {
  width: 548px;
  float: right;
  margin-top: 0;
  margin-right: 200px;
}
@media only all and (max-width: 1024px) {
  /* line 617, ../sass/_about.scss */
  .history-content .history-2016 {
    margin-right: 130px;
  }
}
@media only all and (max-width: 640px) {
  /* line 617, ../sass/_about.scss */
  .history-content .history-2016 {
    width: 340px;
    margin-top: 130px;
    margin-right: 116px;
  }
}
/* line 631, ../sass/_about.scss */
.history-content .history-2016 .time {
  float: left;
  margin-right: 20px;
}
@media only all and (max-width: 640px) {
  /* line 631, ../sass/_about.scss */
  .history-content .history-2016 .time {
    margin-bottom: 50px;
  }
}
/* line 639, ../sass/_about.scss */
.history-content .history-2013 {
  width: 350px;
  float: right;
  margin-right: 300px;
  margin-top: 170px;
}
@media only all and (max-width: 640px) {
  /* line 639, ../sass/_about.scss */
  .history-content .history-2013 {
    width: 350px;
    margin-right: 180px;
    margin-top: 10px;
  }
}
/* line 650, ../sass/_about.scss */
.history-content .history-2013 .time {
  margin-top: 60px;
  float: left;
}
/* line 654, ../sass/_about.scss */
.history-content .history-2013 .txt {
  float: right;
}
@media only all and (max-width: 640px) {
  /* line 656, ../sass/_about.scss */
  .history-content .history-2013 .txt img {
    width: 120px;
  }
}
/* line 663, ../sass/_about.scss */
.history-content .history-2012 {
  width: 480px;
  float: left;
  margin-left: 55px;
}
@media only all and (max-width: 640px) {
  /* line 663, ../sass/_about.scss */
  .history-content .history-2012 {
    width: 420px;
    margin-top: 140px;
  }
}
/* line 671, ../sass/_about.scss */
.history-content .history-2012 .time {
  float: right;
  margin-top: 30px;
}
/* line 675, ../sass/_about.scss */
.history-content .history-2012 .txt {
  float: left;
  margin-top: -150px;
  text-align: right;
}
@media only all and (max-width: 640px) {
  /* line 675, ../sass/_about.scss */
  .history-content .history-2012 .txt {
    margin-top: -50px;
  }
}
@media only all and (max-width: 640px) {
  /* line 682, ../sass/_about.scss */
  .history-content .history-2012 .txt img {
    width: 100px;
  }
}
/* line 689, ../sass/_about.scss */
.history-content .history-2007 {
  width: 423px;
  float: right;
  margin-right: 288px;
  margin-top: 32px;
}
@media only all and (max-width: 640px) {
  /* line 689, ../sass/_about.scss */
  .history-content .history-2007 {
    width: 410px;
    margin-right: 0px;
    margin-top: 50px;
  }
}
/* line 699, ../sass/_about.scss */
.history-content .history-2007 .time {
  margin-top: 88px;
  float: left;
}
/* line 703, ../sass/_about.scss */
.history-content .history-2007 .txt {
  float: right;
}
@media only all and (max-width: 640px) {
  /* line 703, ../sass/_about.scss */
  .history-content .history-2007 .txt {
    margin-top: 40px;
  }
}
@media only all and (max-width: 640px) {
  /* line 708, ../sass/_about.scss */
  .history-content .history-2007 .txt img {
    width: 100px;
  }
}
/* line 715, ../sass/_about.scss */
.history-content .history-2003 {
  width: 535px;
  float: left;
  margin-left: 177px;
  margin-top: 205px;
}
@media only all and (max-width: 640px) {
  /* line 715, ../sass/_about.scss */
  .history-content .history-2003 {
    width: 320px;
    margin-left: 30px;
    margin-top: 120px;
  }
  /* line 724, ../sass/_about.scss */
  .history-content .history-2003 h3 span {
    display: none;
  }
}
/* line 728, ../sass/_about.scss */
.history-content .history-2003 .time {
  float: right;
}
/* line 732, ../sass/_about.scss */
.history-content .history-1999 {
  width: 598px;
  float: right;
  margin-top: 127px;
  margin-right: -30px;
}
@media only all and (max-width: 1024px) {
  /* line 732, ../sass/_about.scss */
  .history-content .history-1999 {
    margin-right: -58px;
  }
}
@media only all and (max-width: 640px) {
  /* line 732, ../sass/_about.scss */
  .history-content .history-1999 {
    width: 320px;
    margin-right: 30px;
    margin-top: 100px;
  }
}
/* line 745, ../sass/_about.scss */
.history-content .history-1999 .time {
  float: left;
  margin-right: 20px;
}
@media only all and (max-width: 640px) {
  /* line 745, ../sass/_about.scss */
  .history-content .history-1999 .time {
    padding-bottom: 40px;
  }
}
/* line 753, ../sass/_about.scss */
.history-content .history-1998 {
  width: 495px;
  float: left;
  margin-left: 500px;
  margin-top: 59px;
}
@media only all and (max-width: 640px) {
  /* line 753, ../sass/_about.scss */
  .history-content .history-1998 {
    width: 300px;
    margin-top: 100px;
    margin-left: 30px;
  }
  /* line 762, ../sass/_about.scss */
  .history-content .history-1998 h3 span {
    display: none;
  }
}
@media only all and (max-width: 640px) {
  /* line 766, ../sass/_about.scss */
  .history-content .history-1998 .time {
    float: right;
    margin-bottom: 80px;
  }
}
/* line 773, ../sass/_about.scss */
.history-content .history-1996 {
  width: 548px;
  float: right;
  margin-top: 97px;
  margin-right: 116px;
}
@media only all and (max-width: 1024px) {
  /* line 773, ../sass/_about.scss */
  .history-content .history-1996 {
    margin-right: 50px;
  }
}
@media only all and (max-width: 640px) {
  /* line 773, ../sass/_about.scss */
  .history-content .history-1996 {
    width: 340px;
    margin-top: 130px;
    margin-right: 116px;
  }
}
/* line 786, ../sass/_about.scss */
.history-content .history-1996 .time {
  float: left;
  margin-right: 20px;
}
@media only all and (max-width: 640px) {
  /* line 786, ../sass/_about.scss */
  .history-content .history-1996 .time {
    margin-bottom: 50px;
  }
}
/* line 794, ../sass/_about.scss */
.history-content .history-1994 {
  width: 498px;
  float: right;
  margin-top: 77px;
  margin-right: 138px;
}
@media only all and (max-width: 1024px) {
  /* line 794, ../sass/_about.scss */
  .history-content .history-1994 {
    margin-right: 58px;
  }
}
@media only all and (max-width: 640px) {
  /* line 794, ../sass/_about.scss */
  .history-content .history-1994 {
    width: 340px;
    margin-right: 140px;
    margin-top: 120px;
  }
}
/* line 807, ../sass/_about.scss */
.history-content .history-1994 .time {
  float: left;
  margin-right: 20px;
}
/* line 812, ../sass/_about.scss */
.history-content .history-1993 {
  width: 386px;
  float: left;
  margin-left: 270px;
  margin-top: 60px;
}
@media only all and (max-width: 1440px) {
  /* line 812, ../sass/_about.scss */
  .history-content .history-1993 {
    line-height: 80px;
  }
}
@media only all and (max-width: 640px) {
  /* line 812, ../sass/_about.scss */
  .history-content .history-1993 {
    width: 290px;
    line-height: 40px;
    margin-left: 30px;
    margin-top: 120px;
  }
}
/* line 826, ../sass/_about.scss */
.history-content .history-1993 .time {
  float: right;
}
/* line 830, ../sass/_about.scss */
.history-content .history-1986 {
  width: 364px;
  float: right;
  margin-top: 89px;
  margin-right: 139px;
}
@media only all and (max-width: 1024px) {
  /* line 830, ../sass/_about.scss */
  .history-content .history-1986 {
    margin-right: 59px;
  }
}
@media only all and (max-width: 640px) {
  /* line 830, ../sass/_about.scss */
  .history-content .history-1986 {
    width: 400px;
    margin-top: 120px;
    margin-right: 70px;
  }
}
/* line 843, ../sass/_about.scss */
.history-content .history-1986 .time {
  float: left;
  margin-right: 20px;
}
/* line 848, ../sass/_about.scss */
.history-content .history-2016 h3, .history-content .history-2013 h3, .history-content .history-2012 h3, .history-content .history-2007 h3, .history-content .history-2003 h3, .history-content .history-1999 h3, .history-content .history-1998 h3, .history-content .history-1996 h3, .history-content .history-1994 h3, .history-content .history-1993 h3, .history-content .history-1986 h3 {
  font-size: 25px;
  font-weight: 800;
  margin-top: 25px;
}
@media only all and (max-width: 1440px) {
  /* line 848, ../sass/_about.scss */
  .history-content .history-2016 h3, .history-content .history-2013 h3, .history-content .history-2012 h3, .history-content .history-2007 h3, .history-content .history-2003 h3, .history-content .history-1999 h3, .history-content .history-1998 h3, .history-content .history-1996 h3, .history-content .history-1994 h3, .history-content .history-1993 h3, .history-content .history-1986 h3 {
    font-size: 21px;
  }
}
@media only all and (max-width: 640px) {
  /* line 848, ../sass/_about.scss */
  .history-content .history-2016 h3, .history-content .history-2013 h3, .history-content .history-2012 h3, .history-content .history-2007 h3, .history-content .history-2003 h3, .history-content .history-1999 h3, .history-content .history-1998 h3, .history-content .history-1996 h3, .history-content .history-1994 h3, .history-content .history-1993 h3, .history-content .history-1986 h3 {
    font-size: 24px;
    margin-top: 15px;
  }
}

/* line 864, ../sass/_about.scss */
.family-content h1 {
  color: #f06c38;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  margin-top: 200px;
}
@media only all and (max-width: 1440px) {
  /* line 864, ../sass/_about.scss */
  .family-content h1 {
    font-size: 28px;
    margin-top: 190px;
  }
}
/* line 878, ../sass/_about.scss */
.family-content .family-list {
  width: 1000px;
  margin: 50px auto;
  *zoom: 1;
}
@media only all and (max-width: 1440px) {
  /* line 878, ../sass/_about.scss */
  .family-content .family-list {
    margin: 30px auto;
  }
}
@media only all and (max-width: 1024px) {
  /* line 878, ../sass/_about.scss */
  .family-content .family-list {
    width: 80%;
  }
}
@media only all and (max-width: 640px) {
  /* line 878, ../sass/_about.scss */
  .family-content .family-list {
    margin-bottom: 200px;
  }
}
/* line 38, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.family-content .family-list:after {
  content: "";
  display: table;
  clear: both;
}
/* line 891, ../sass/_about.scss */
.family-content .family-list .family-option {
  width: 495px;
  float: left;
  margin-bottom: 40px;
  cursor: pointer;
}
@media only all and (max-width: 1024px) {
  /* line 891, ../sass/_about.scss */
  .family-content .family-list .family-option {
    width: 400px;
    margin-bottom: 32px;
  }
}
@media only all and (max-width: 640px) {
  /* line 891, ../sass/_about.scss */
  .family-content .family-list .family-option {
    width: 200px;
    margin-bottom: 40px;
  }
}
/* line 904, ../sass/_about.scss */
.family-content .family-list .family-option img {
  width: 190px;
  display: block;
  margin: 0 auto;
}
@media only all and (max-width: 1440px) {
  /* line 904, ../sass/_about.scss */
  .family-content .family-list .family-option img {
    width: 150px;
  }
}
/* line 912, ../sass/_about.scss */
.family-content .family-list .family-option h3 {
  text-align: center;
  font-size: 22px;
  color: #5e5e5e;
  margin: 10px 0;
}
@media only all and (max-width: 1440px) {
  /* line 912, ../sass/_about.scss */
  .family-content .family-list .family-option h3 {
    font-size: 21px;
    margin: 6px 0;
  }
}
@media only all and (max-width: 1024px) {
  /* line 912, ../sass/_about.scss */
  .family-content .family-list .family-option h3 {
    margin: 0px;
  }
}
/* line 925, ../sass/_about.scss */
.family-content .family-list .family-option a, .family-content .family-list .family-option span {
  display: block;
  width: 125px;
  height: 30px;
  line-height: 30px;
  margin: 0 auto;
  text-align: center;
  background: #f08200;
  color: #fff;
}

/* line 941, ../sass/_about.scss */
.honor-bg {
  background: url("../images/news_bg.jpg")/*tpa=http://shlianglong.com/common/images/news_bg.jpg*/ no-repeat;
  background-size: cover;
}
@media only all and (max-width: 1024px) {
  /* line 941, ../sass/_about.scss */
  .honor-bg {
    background: url("../images/news_bg.jpg")/*tpa=http://shlianglong.com/common/images/news_bg.jpg*/ no-repeat;
    background-size: cover;
  }
}

/* line 950, ../sass/_about.scss */
.honor-content {
  height: 100%;
}
/* line 952, ../sass/_about.scss */
.honor-content h1 {
  color: #4d93dc;
  font-size: 30px;
  font-weight: 800;
  text-align: center;
  margin-top: 200px;
}
@media only all and (max-width: 1440px) {
  /* line 952, ../sass/_about.scss */
  .honor-content h1 {
    font-size: 28px;
    margin-top: 190px;
  }
}
@media only all and (max-width: 640px) {
  /* line 952, ../sass/_about.scss */
  .honor-content h1 {
    font-size: 45px;
    margin-top: 120px;
  }
}
/* line 967, ../sass/_about.scss */
.honor-content .honor-list {
  width: 800px;
  margin: 30px auto;
  *zoom: 1;
}
/* line 38, C:/Ruby200-x64/lib/ruby/gems/2.0.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.honor-content .honor-list:after {
  content: "";
  display: table;
  clear: both;
}
@media only all and (max-width: 640px) {
  /* line 967, ../sass/_about.scss */
  .honor-content .honor-list {
    width: 90%;
    margin: 40px auto;
  }
}
/* line 975, ../sass/_about.scss */
.honor-content .honor-list img {
  margin: 0 25px;
  width: 130px;
}
@media only all and (max-width: 640px) {
  /* line 975, ../sass/_about.scss */
  .honor-content .honor-list img {
    margin: 0px;
    width: 120px;
  }
}
/* line 983, ../sass/_about.scss */
.honor-content .honor-list .list-one {
  margin-left: 40px;
  margin-bottom: 40px;
}
@media only all and (max-width: 1440px) {
  /* line 983, ../sass/_about.scss */
  .honor-content .honor-list .list-one {
    margin-left: 74px;
    margin-bottom: 30px;
  }
}
@media only all and (max-width: 640px) {
  /* line 983, ../sass/_about.scss */
  .honor-content .honor-list .list-one {
    margin-left: 30px;
    margin-bottom: 40px;
  }
}
/* line 994, ../sass/_about.scss */
.honor-content .honor-list .list-one img {
  margin: 0 53px;
}
@media only all and (max-width: 1440px) {
  /* line 994, ../sass/_about.scss */
  .honor-content .honor-list .list-one img {
    margin: 0 43px;
  }
}
@media only all and (max-width: 640px) {
  /* line 994, ../sass/_about.scss */
  .honor-content .honor-list .list-one img {
    margin: 0 10px;
    width: 140px;
  }
}
/* line 1007, ../sass/_about.scss */
.honor-content .text-content {
  width: 570px;
  margin: 0 auto;
  margin-top: 45px;
  margin-bottom: 100px;
}
@media only all and (max-width: 640px) {
  /* line 1007, ../sass/_about.scss */
  .honor-content .text-content {
    width: 88%;
    margin-top: 70px;
  }
}
/* line 1016, ../sass/_about.scss */
.honor-content .text-content p {
  text-align: center;
  font-size: 16px;
  line-height: 34px;
  color: #134e8a;
}
@media only all and (max-width: 640px) {
  /* line 1016, ../sass/_about.scss */
  .honor-content .text-content p {
    text-align: left;
  }
}
@media only all and (max-width: 640px) {
  /* line 1025, ../sass/_about.scss */
  .honor-content .text-content .pc-pad {
    display: none;
  }
}
/* line 1030, ../sass/_about.scss */
.honor-content .text-content .phone {
  display: none;
}
@media only all and (max-width: 640px) {
  /* line 1030, ../sass/_about.scss */
  .honor-content .text-content .phone {
    display: block;
  }
}

/* line 1039, ../sass/_about.scss */
.popup {
  width: 640px;
  height: 600px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -300px;
  margin-top: -250px;
  background: #fff;
  z-index: 2;
}

/* line 1051, ../sass/_about.scss */
.popup2 {
  height: 335px;
  margin-top: -167.5px;
}

/* line 1056, ../sass/_about.scss */
.popup3 {
  height: 325px;
  margin-top: -162.5px;
}

/* line 1061, ../sass/_about.scss */
.expression {
  background: #fff;
  padding: 20px;
}
/* line 1065, ../sass/_about.scss */
.expression a {
  width: 100px;
  height: 145px;
  display: block;
  float: left;
}
/* line 1070, ../sass/_about.scss */
.expression a img {
  width: 100%;
}

/* line 1076, ../sass/_about.scss */
a.down {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  z-index: 99;
  color: #fff;
  background: #f08200;
  font-size: 20px;
  font-weight: 800;
  bottom: 0;
}

/* line 1092, ../sass/_about.scss */
.expression-popup {
  display: none;
  width: 700px;
  height: 500px;
  background: #FFF5E7;
  overflow: auto;
  padding-top: 40px;
}
/* line 1104, ../sass/_about.scss */
.expression-popup ul li {
  float: left;
  width: 80px;
  height: 140px;
  margin: 0 28px;
}
/* line 1109, ../sass/_about.scss */
.expression-popup ul li img {
  width: 100%;
}
@media only all and (max-width: 640px) {
  /* line 1104, ../sass/_about.scss */
  .expression-popup ul li {
    margin: 0 36px;
  }
}
@media only all and (max-width: 640px) {
  /* line 1092, ../sass/_about.scss */
  .expression-popup {
    width: 640px;
  }
}

/* line 1121, ../sass/_about.scss */
.expression-popup-2, .expression-popup-3 {
  height: 320px;
}

/* line 1126, ../sass/_about.scss */
.expression-popup-4 {
  height: 450px;
}
/* line 1128, ../sass/_about.scss */
.expression-popup-4 ul li {
  width: 170px;
  height: 170px;
  display: table-cell;
  vertical-align: middle;
}
@media only all and (max-width: 640px) {
  /* line 1128, ../sass/_about.scss */
  .expression-popup-4 ul li {
    margin: 0 18px;
  }
}
/* line 1136, ../sass/_about.scss */
.expression-popup-4 ul li img {
  vertical-align: middle;
}

/* line 1144, ../sass/_about.scss */
.family-items {
  float: left;
  margin: 0px 25px;
  width: 200px;
  height: 385px;
}
@media only all and (max-width: 1024px) {
  /* line 1144, ../sass/_about.scss */
  .family-items {
    margin: 0px 9%;
    margin-bottom: 20px;
  }
}
@media only all and (max-width: 640px) {
  /* line 1144, ../sass/_about.scss */
  .family-items {
    margin: 0px 3%;
    margin-bottom: 40px;
    width: 40%;
  }
}
/* line 1158, ../sass/_about.scss */
.family-items img {
  display: block;
  margin: 0 auto;
}
/* line 1162, ../sass/_about.scss */
.family-items h3 {
  text-align: center;
  font-size: 22px;
  color: #5e5e5e;
  margin: 10px 0;
}
/* line 1168, ../sass/_about.scss */
.family-items p {
  text-align: left;
  font-size: 14px;
  color: #5e5e5e;
  line-height: 25px;
}

/* line 1176, ../sass/_about.scss */
.family-down {
  width: 700px;
  overflow: hidden;
  margin: 90px auto 50px auto;
}
@media only all and (max-width: 640px) {
  /* line 1176, ../sass/_about.scss */
  .family-down {
    margin-top: -200px;
    width: 600px;
  }
}
/* line 1184, ../sass/_about.scss */
.family-down h1 {
  margin-top: 0px;
}
/* line 1187, ../sass/_about.scss */
.family-down .down-left {
  float: left;
  margin-top: 20px;
}
/* line 1191, ../sass/_about.scss */
.family-down h3 {
  font-size: 22px;
  color: #f06c38;
  float: left;
}
/* line 1196, ../sass/_about.scss */
.family-down .down-list {
  float: left;
  margin-left: 40px;
}
/* line 1199, ../sass/_about.scss */
.family-down .down-list .options-down {
  overflow: hidden;
  margin-bottom: 10px;
}
/* line 1202, ../sass/_about.scss */
.family-down .down-list .options-down .name {
  width: 60px;
}
/* line 1205, ../sass/_about.scss */
.family-down .down-list .options-down .name, .family-down .down-list .options-down a, .family-down .down-list .options-down .overview {
  font-size: 14px;
  color: #5e5e5e;
  display: block;
  float: left;
}
/* line 1211, ../sass/_about.scss */
.family-down .down-list .options-down a {
  margin-left: 20px;
}
/* line 1213, ../sass/_about.scss */
.family-down .down-list .options-down a:hover {
  color: #f06c38;
}
/* line 1217, ../sass/_about.scss */
.family-down .down-list .options-down .overview {
  margin-left: 20px;
  cursor: pointer;
}
/* line 1220, ../sass/_about.scss */
.family-down .down-list .options-down .overview:hover {
  color: #f06c38;
}
/* line 1226, ../sass/_about.scss */
.family-down .down-right {
  float: right;
  margin-top: 20px;
}
